cannot implicitly convert type system.threading.tasks.task string to string c#

122

cannot implicitly convert type 'system.threading.tasks.task string ' to 'string' c# -

public List<int> TestGetMethod()  
{  
    return GetIdList().Result;  
}

Comments

Submit
0 Comments